home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TCOMWIZARD / TCOMWIZARD.txt
Text File  |  1997-06-09  |  10KB  |  435 lines

  1. object ComWizard: TComWizard
  2.   Left = 286
  3.   Top = 114
  4.   HelpContext = 200
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Command Wizard'
  8.   ClientHeight = 337
  9.   ClientWidth = 517
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BoxLabel: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 121
  24.     Height = 13
  25.     Caption = 'Available Commands:'
  26.     Font.Color = clWindowText
  27.     Font.Height = -12
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object PreExpand: TLabel
  33.     Left = 256
  34.     Top = 248
  35.     Width = 141
  36.     Height = 13
  37.     Caption = 'Parameter list is pre-expanded'
  38.     Font.Color = clWindowText
  39.     Font.Height = -12
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     Visible = False
  44.   end
  45.   object Panel1: TPanel
  46.     Left = 176
  47.     Top = 8
  48.     Width = 337
  49.     Height = 97
  50.     BevelOuter = bvNone
  51.     TabOrder = 10
  52.     object Image1: TImage
  53.       Left = -8
  54.       Top = 9
  55.       Width = 32
  56.       Height = 32
  57.       AutoSize = True
  58.     end
  59.     object ComLabel: TLabel
  60.       Left = 25
  61.       Top = 16
  62.       Width = 50
  63.       Height = 13
  64.       Alignment = taRightJustify
  65.       Caption = 'Command:'
  66.       Font.Color = clWindowText
  67.       Font.Height = -12
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.     end
  72.     object Label3: TLabel
  73.       Left = 19
  74.       Top = 40
  75.       Width = 56
  76.       Height = 13
  77.       Alignment = taRightJustify
  78.       Caption = 'Description:'
  79.       Font.Color = clWindowText
  80.       Font.Height = -12
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       ParentFont = False
  84.     end
  85.     object ComName: TLabel
  86.       Left = 80
  87.       Top = 16
  88.       Width = 5
  89.       Height = 13
  90.       Font.Color = clWindowText
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = [fsBold]
  94.       ParentFont = False
  95.     end
  96.     object Desc: TMemo
  97.       Left = 80
  98.       Top = 40
  99.       Width = 249
  100.       Height = 57
  101.       TabStop = False
  102.       BorderStyle = bsNone
  103.       Color = clBtnFace
  104.       Ctl3D = False
  105.       Font.Color = clWindowText
  106.       Font.Height = -12
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = []
  109.       ParentCtl3D = False
  110.       ParentFont = False
  111.       ReadOnly = True
  112.       TabOrder = 0
  113.     end
  114.   end
  115.   object OKBtn: TBitBtn
  116.     Left = 268
  117.     Top = 304
  118.     Width = 77
  119.     Height = 27
  120.     Font.Color = clBtnText
  121.     Font.Height = -12
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     ParentFont = False
  125.     TabOrder = 7
  126.     OnClick = OKBtnClick
  127.     Kind = bkOK
  128.     Margin = 2
  129.     Spacing = -1
  130.     IsControl = True
  131.   end
  132.   object CancelBtn: TBitBtn
  133.     Left = 352
  134.     Top = 304
  135.     Width = 77
  136.     Height = 27
  137.     Font.Color = clBtnText
  138.     Font.Height = -12
  139.     Font.Name = 'MS Sans Serif'
  140.     Font.Style = []
  141.     ParentFont = False
  142.     TabOrder = 8
  143.     Kind = bkCancel
  144.     Margin = 2
  145.     Spacing = -1
  146.     IsControl = True
  147.   end
  148.   object HelpBtn: TBitBtn
  149.     Left = 436
  150.     Top = 304
  151.     Width = 77
  152.     Height = 27
  153.     HelpContext = 200
  154.     Font.Color = clBtnText
  155.     Font.Height = -12
  156.     Font.Name = 'MS Sans Serif'
  157.     Font.Style = []
  158.     ParentFont = False
  159.     TabOrder = 9
  160.     Kind = bkHelp
  161.     Margin = 2
  162.     Spacing = -1
  163.     IsControl = True
  164.   end
  165.   object CList: TListBox
  166.     Left = 8
  167.     Top = 32
  168.     Width = 161
  169.     Height = 233
  170.     ExtendedSelect = False
  171.     Font.Color = clWindowText
  172.     Font.Height = -12
  173.     Font.Name = 'MS Sans Serif'
  174.     Font.Style = []
  175.     ItemHeight = 13
  176.     ParentFont = False
  177.     TabOrder = 0
  178.     OnClick = CListClick
  179.   end
  180.   object P1Panel: TPanel
  181.     Left = 176
  182.     Top = 112
  183.     Width = 337
  184.     Height = 23
  185.     BevelOuter = bvNone
  186.     Ctl3D = True
  187.     ParentCtl3D = False
  188.     TabOrder = 1
  189.     object P1Type: TLabel
  190.       Left = 36
  191.       Top = 3
  192.       Width = 37
  193.       Height = 13
  194.       Alignment = taRightJustify
  195.       Caption = 'P1Type'
  196.       Font.Color = clWindowText
  197.       Font.Height = -12
  198.       Font.Name = 'MS Sans Serif'
  199.       Font.Style = []
  200.       ParentFont = False
  201.     end
  202.     object P1: TEdit
  203.       Left = 80
  204.       Top = 1
  205.       Width = 249
  206.       Height = 21
  207.       AutoSize = False
  208.       Font.Color = clWindowText
  209.       Font.Height = -12
  210.       Font.Name = 'MS Sans Serif'
  211.       Font.Style = []
  212.       ParentFont = False
  213.       TabOrder = 0
  214.       OnChange = P1Change
  215.       OnEnter = P1Click
  216.     end
  217.   end
  218.   object P2Panel: TPanel
  219.     Left = 176
  220.     Top = 136
  221.     Width = 337
  222.     Height = 23
  223.     BevelOuter = bvNone
  224.     TabOrder = 2
  225.     object P2Type: TLabel
  226.       Left = 36
  227.       Top = 3
  228.       Width = 37
  229.       Height = 13
  230.       Alignment = taRightJustify
  231.       Caption = 'P1Type'
  232.       Font.Color = clWindowText
  233.       Font.Height = -12
  234.       Font.Name = 'MS Sans Serif'
  235.       Font.Style = []
  236.       ParentFont = False
  237.     end
  238.     object P2: TEdit
  239.       Left = 80
  240.       Top = 1
  241.       Width = 249
  242.       Height = 21
  243.       AutoSize = False
  244.       Font.Color = clWindowText
  245.       Font.Height = -12
  246.       Font.Name = 'MS Sans Serif'
  247.       Font.Style = []
  248.       ParentFont = False
  249.       TabOrder = 0
  250.       OnChange = P1Change
  251.       OnEnter = P1Click
  252.     end
  253.   end
  254.   object P3Panel: TPanel
  255.     Left = 176
  256.     Top = 160
  257.     Width = 337
  258.     Height = 23
  259.     BevelOuter = bvNone
  260.     TabOrder = 3
  261.     object P3Type: TLabel
  262.       Left = 36
  263.       Top = 3
  264.       Width = 37
  265.       Height = 13
  266.       Alignment = taRightJustify
  267.       Caption = 'P1Type'
  268.       Font.Color = clWindowText
  269.       Font.Height = -12
  270.       Font.Name = 'MS Sans Serif'
  271.       Font.Style = []
  272.       ParentFont = False
  273.     end
  274.     object P3: TEdit
  275.       Left = 80
  276.       Top = 1
  277.       Width = 249
  278.       Height = 21
  279.       AutoSize = False
  280.       Font.Color = clWindowText
  281.       Font.Height = -12
  282.       Font.Name = 'MS Sans Serif'
  283.       Font.Style = []
  284.       ParentFont = False
  285.       TabOrder = 0
  286.       OnChange = P1Change
  287.       OnEnter = P1Click
  288.     end
  289.   end
  290.   object ComLine: TEdit
  291.     Left = 8
  292.     Top = 272
  293.     Width = 505
  294.     Height = 21
  295.     Font.Color = clWindowText
  296.     Font.Height = -12
  297.     Font.Name = 'MS Sans Serif'
  298.     Font.Style = []
  299.     ParentFont = False
  300.     TabOrder = 4
  301.   end
  302.   object MoreHelpBtn: TBitBtn
  303.     Left = 8
  304.     Top = 304
  305.     Width = 100
  306.     Height = 27
  307.     Caption = 'More Help'
  308.     Font.Color = clBtnText
  309.     Font.Height = -12
  310.     Font.Name = 'MS Sans Serif'
  311.     Font.Style = []
  312.     ParentFont = False
  313.     TabOrder = 5
  314.     OnClick = MoreHelpBtnClick
  315.     Glyph.Data = {
  316.       78010000424D7801000000000000760000002800000020000000100000000100
  317.       04000000000000000000120B0000120B00000000000000000000000000000000
  318.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  319.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  320.       3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  321.       33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  322.       FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  323.       FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  324.       FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  325.       FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  326.       FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  327.       3333333773FFFF77333333333FBFBF33333333333777773333330000}
  328.     NumGlyphs = 2
  329.   end
  330.   object ExampleBtn: TBitBtn
  331.     Left = 114
  332.     Top = 304
  333.     Width = 100
  334.     Height = 27
  335.     Caption = 'Example'
  336.     Font.Color = clBtnText
  337.     Font.Height = -12
  338.     Font.Name = 'MS Sans Serif'
  339.     Font.Style = []
  340.     ParentFont = False
  341.     TabOrder = 6
  342.     OnClick = ExampleBtnClick
  343.     Glyph.Data = {
  344.       78010000424D7801000000000000760000002800000020000000100000000100
  345.       04000000000000000000120B0000120B00000000000000000000000000000000
  346.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  347.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  348.       333333333333FF3333333333333C0C333333333333F777F3333333333CC0F0C3
  349.       333333333777377F33333333C30F0F0C333333337F737377F333333C00FFF0F0
  350.       C33333F7773337377F333CC0FFFFFF0F0C3337773F33337377F3C30F0FFFFFF0
  351.       F0C37F7373F33337377F00FFF0FFFFFF0F0C7733373F333373770FFFFF0FFFFF
  352.       F0F073F33373F333373730FFFFF0FFFFFF03373F33373F333F73330FFFFF0FFF
  353.       00333373F33373FF77333330FFFFF000333333373F333777333333330FFF0333
  354.       3333333373FF7333333333333000333333333333377733333333333333333333
  355.       33333333333333333333333333333333333333333333333333330000}
  356.     NumGlyphs = 2
  357.   end
  358.   object PPanel: TPanel
  359.     Left = 176
  360.     Top = 188
  361.     Width = 337
  362.     Height = 57
  363.     BevelOuter = bvNone
  364.     Font.Color = clWindowText
  365.     Font.Height = -11
  366.     Font.Name = 'MS Sans Serif'
  367.     Font.Style = [fsBold]
  368.     ParentFont = False
  369.     TabOrder = 11
  370.     object PName: TLabel
  371.       Left = 80
  372.       Top = 0
  373.       Width = 5
  374.       Height = 13
  375.     end
  376.     object POpt: TLabel
  377.       Left = 281
  378.       Top = 0
  379.       Width = 48
  380.       Height = 13
  381.       Alignment = taRightJustify
  382.       Caption = 'Optional'
  383.       Font.Color = clGreen
  384.       Font.Height = -12
  385.       Font.Name = 'MS Sans Serif'
  386.       Font.Style = [fsBold]
  387.       ParentFont = False
  388.     end
  389.     object Label1: TLabel
  390.       Left = 24
  391.       Top = 0
  392.       Width = 51
  393.       Height = 13
  394.       Alignment = taRightJustify
  395.       Caption = 'Parameter:'
  396.       Font.Color = clWindowText
  397.       Font.Height = -12
  398.       Font.Name = 'MS Sans Serif'
  399.       Font.Style = []
  400.       ParentFont = False
  401.     end
  402.     object PReq: TLabel
  403.       Left = 277
  404.       Top = 0
  405.       Width = 52
  406.       Height = 13
  407.       Alignment = taRightJustify
  408.       Caption = 'Required'
  409.       Font.Color = clRed
  410.       Font.Height = -12
  411.       Font.Name = 'MS Sans Serif'
  412.       Font.Style = [fsBold]
  413.       ParentFont = False
  414.     end
  415.     object PDesc: TMemo
  416.       Left = 80
  417.       Top = 16
  418.       Width = 249
  419.       Height = 41
  420.       TabStop = False
  421.       BorderStyle = bsNone
  422.       Color = clBtnFace
  423.       Ctl3D = False
  424.       Font.Color = clWindowText
  425.       Font.Height = -12
  426.       Font.Name = 'MS Sans Serif'
  427.       Font.Style = []
  428.       ParentCtl3D = False
  429.       ParentFont = False
  430.       ReadOnly = True
  431.       TabOrder = 0
  432.     end
  433.   end
  434. end
  435.